Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Xaml Namespace / XamlCollection<T> Class / RemoveAt Method
An int value that indicates the position of the sheet to remove.


In This Topic
    RemoveAt Method (XamlCollection<T>)
    In This Topic
    Removes a sheet from the collection.
    Syntax
    'Declaration
     
    Public Overridable Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As XamlCollection(Of T)
    Dim index As Integer
     
    instance.RemoveAt(index)
    public virtual void RemoveAt( 
       int index
    )

    Parameters

    index
    An int value that indicates the position of the sheet to remove.
    See Also